/*

		classic taxi
		layout style sheet
		
		Backliff Alex
		
	*/
	
	

	
	/* body */
	
	body {
			background-color: turquoise ;
		font-family: serif;
	}
	

	
		/* links */
	
	a {
		
			color: crimson;
			font-size: 1em;
			text-decoration: aqua;
	}
	
	

	
		/* Heading styles */
	
	h1 {
			background-color: turquoise;
			color: teal;
			font-size: 2.5em;
			letter-spacing: .2em;
			text-align: center;
			text-transform; uppercase;
			word-spacing: .5em;
	}





strong {
    color: red;
    Font-weight: bolder;
    
}

	
	h2 {
	
		background-color: silver;
		color: teal;
		text-align: center;
	}
	
	
		/* paragraph */
	p {
		color: black;
		font-family: serif;
		line-height: 2em;
		text-indent: 0em;
		
	  }
	  
	  